home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1997
/
MacHack 1997.toast
/
Hacks
/
Hacks ’97
/
Warrior’s Progress
/
source code
/
Source
/
Libraries
/
Screen Parts
/
MenuBarScreenPart.cp
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-06-28
|
313 b
|
17 lines
|
[
TEXT/CWIE
]
// MenuBarScreenPart.cp
#ifndef MenuBarScreenPart_h
#include "MenuBarScreenPart.h"
#endif
#ifndef MenuBar_h
#include "MenuBar.h"
#endif
#ifndef MouseDownEvent_h
#include "MouseDownEvent.h"
#endif
void MenuBarScreenPart::Click( const MouseDownEvent& event ) const
{
MenuBar::The().Click( event.Where() );
}